RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1DraftViewLargeTool Class / SetValue Method / SetValue(C1TextRange,Nullable<TextViewMode>) Method

In This Topic
    SetValue(C1TextRange,Nullable<TextViewMode>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub SetValue( _
       ByVal range As C1TextRange, _
       ByVal value As Nullable(Of TextViewMode) _
    ) 
    protected virtual void SetValue( 
       C1TextRange range,
       Nullable<TextViewMode> value
    )

    Parameters

    range
    value
    See Also